/* Responsive */
@media (min-width: 1400px) {}

@media (max-width: 1366px) {}

@media (max-width: 1024px) {

    .none-flex-lg {
        display: block !important;
    }

    .with-100-lg {
        width: 100% !important;
    }

    .grid-2-lg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-bar-res .social-footer {
        display: none !important;
    }

    .menu-res {
        padding-top: 0;
        margin-bottom: -82px;
    }

    .logo-head img {
        width: 50px;
    }

    .validation-newsletter::after {
        content: unset;
    }

    .container-dknt {
        display: block;
    }

    .title-dknt {
        width: 100%;
        margin-bottom: 20px;
    }

    .validation-newsletter {
        width: 100%;
    }

    .footer-opendor {
        height: unset;
        background: unset;
    }

    .menu {
        display: none;
    }

    .describe-desc .right {
        width: 100%;
    }

    .fanpage-tintuc-nb .wrap-content {
        display: block;
    }

    .fanpage-nb {
        width: 100%;
        padding: 35px;
        background-size: cover;
    }

    .wrap-newsnb {
        width: 100%;
        margin-top: 20px;
    }

    .describe-desc .left {
        width: 100%;
        margin-top: 20px;
    }

    .describe-desc {
        display: block;
    }

    .menu-res {
        display: block;
    }

    .receive-news-register {
        display: block;
    }

    .receive-news-register .receive-form {
        width: 100%;
    }

    .library-nb {
        display: none;
    }

    .list-library-nb .left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        max-width: unset;
        margin-right: 0;
    }

    .item-video {

        margin-bottom: 0px;
    }

    .library-nb2::after {
        content: unset;
    }

    .library-img {
        margin-bottom: 0px;
    }

    .list-library-nb .bettwen {
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: grid;
        max-width: unset;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }

    .library-nb2 {
        display: block;
    }

    .head {
        display: none;
    }


    .hotline-header {
        display: none;
    }

    .header .header-bottom .wrap-content {
        justify-content: center;
    }

    .logo-headerc {
        margin: 0px;
    }

    .container-footer {
        display: block;
        text-align: center;
    }

    .footer-article .wrap-content>.flex {
        display: block;
    }

    .footer-article .footer-news:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-article .footer-news:nth-child(2) {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .footer-article .footer-news:nth-child(3) {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-article .footer-news:nth-child(4) {
        width: 100%;
        text-align: center;
    }

    .footer-ul {
        display: inline-block;
        text-align: left;
    }

    .social-footer {
        justify-content: center;
    }


    .newshome-nb .wrap-content .d-flex {
        display: block !important;
    }

    .newshome-intro {
        width: 100%;
        margin-bottom: 20px;
    }

    .newshome-scroll {
        width: 100%;
    }

    .container-video-fanpage .noidung a {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .grid-3-md {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .none-flex-md {
        display: block !important;
    }

    .with-100-md {
        width: 100% !important;
    }

    .grid-2-md {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .name-gt-ft {
        font-size: 30px;
    }

    .item-criteria {
        display: block;
    }


    .font-size-25-md {
        font-size: 20px !important;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-statistic {
        text-align: center;
    }



    .main-chinhanh .right iframe {
        width: 100%;
    }

    .container-library {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px 10px;
    }

    .container-library .item-library:nth-child(3) {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .container-library .item-library:nth-child(5) {
        grid-column: 2/3;
        grid-row: 3/4;
    }

    .container-menu .wrap-content {
        display: block;
    }

    .list-sp-menu {
        width: 100%;
        margin-bottom: 20px;
    }

    .left-danhmuc {
        width: 100%;
    }

    .menu2 ul li ul {
        position: relative;
        left: 0;
        top: 0;
        background-color: unset;
        border-radius: 0;
        box-shadow: unset;
        visibility: visible;
        opacity: 1;
        transform: unset;
    }

    .menu2>ul>li:last-child>a {
        border-bottom: 1px dashed #DAD5D5;
    }

    .container-video-fanpage {
        display: block;
    }

    .container-video-fanpage .fanpage,
    .container-video-fanpage .video {
        width: 100%;
    }

    .container-video-fanpage .video {
        margin-top: 20px;
    }


    .container-video-fanpage .fanpage img,
    .container-video-fanpage .video img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .grid-2-sm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .padding-10-sm {
        grid-gap: 10px;
    }

    .evaluate-nb {
        padding: 20px 0;
        padding-bottom: 0px;
    }

    .banner-qc .banner-qc-item:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .tin-tuc-nb {
        padding: 20px 0;
    }

    .describe-desc .left .more-gt {
        margin-top: 20px;
    }

    .sp-noi-bat {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .banner-qc {
        margin-bottom: 20px;
    }

    .banner-qc2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tin-tuc-nb .wrap-product {
        margin-bottom: 20px;
    }

    .wrap-product {
        margin-bottom: 20px;
    }

    .service {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .receive-new {
        padding: 20px 0;
        margin: 0px 0;
        background-size: cover;
    }

    .logo-header {
        max-width: 60px;
    }

    .btn-frame i {
        width: 40px;
        height: 40px;
    }

    .btn-frame {
        width: 40px;
        height: 40px;
    }

    .btn-frame .kenit-alo-circle {
        width: 50px;
        height: 50px;
    }

    .btn-frame .kenit-alo-circle-fill {
        width: 60px;
        height: 60px;
    }

    .js-facebook-messenger-box svg#fb-msng-icon {
        width: 22px;
        height: 23px;
    }

    .js-facebook-messenger-box {
        width: 46px;
        height: 46px;
    }

    .map-footer {
        padding: 20px 0;
    }


    .poster-video-nb {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: -40px;
    }


    .posternd {
        padding: 20px 0;
    }


    .dich-vu-nb {
        padding: 20px 0;
        padding-top: 0;
    }

    .banner-qc3 {
        margin-bottom: 20px;
    }

    .container-sp-chudao-nb {
        padding: 20px 0;
    }

    .header-bottom .logo-headerc {
        width: 100px;
    }

    .posternd-video {
        padding-bottom: 20px;
    }

    .describe-dsc {
        padding: 0px;
    }

    .poster-video-nb .wrap-content {
        display: block;
    }

    .title-mau1 span:nth-child(1) {
        font-size: 15px;
    }

    .menu-dichvu-nb {
        background-size: cover;
        padding: 20px 0;
    }

    .containter-menu-dichvu {
        background-size: cover;
        padding: 10px 10px;
    }

    .info-dichvunb {
        padding: 10px;
    }

    .wrap-sanpham-list {
        padding-top: 20px;
    }

    .title-gt>p:nth-child(1) {
        font-size: 25px;
    }

    .video-gt {
        min-height: 200px;
        height: calc(var(--vh, 1vh)) !important;
    }

    .product-noibat {
        padding: 20px 0;
    }

    .statistical-nb {
        padding: 20px 0;
    }

    .item-statistical {
        text-align: center;
    }

    a.name-poster {
        min-height: 50px;
    }


    .footer {
        background-size: cover;
    }

    .title-gt>span:nth-child(1) {
        font-size: 20px;
        margin: 10px 0;
    }

    .container-name {
        padding: 5px 0;
    }

    .name-evaluate {
        font-size: 16px;
    }

    .title-gt>span:nth-child(2) {
        font-size: 25px;
    }

    .title-gt {
        margin-bottom: 10px;
    }



    .evaluate-video-nb {
        padding: 20px 0;
    }

    .library-nb {
        padding: 20px 0;
    }

    .title-mau2 span:nth-child(1) {
        font-size: 25px;
    }

    .product-nb {
        padding: 20px 0;
    }

    .doi-tac-nb {
        padding: 20px 0;
    }

    .newsletter-container {
        display: block;
    }

    .img-nt-tile {
        display: block;
    }

    .receive-news-register .img-nt-tile .title-receive {
        width: 100%;
    }

    .receive-news-nb {
        padding: 20px 0;
    }

    .receive-br .newsletter-container .newsletter-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .receive-news-register .title-receive span {
        font-size: 20px;
        margin: 5px 0;
        display: block;
    }

    .describe-product-bc {
        padding: 20px 0;
        background-size: cover;
    }

    .dichvu-nb {
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .title-mau1 span:nth-child(2) {
        font-size: 25px;
    }

    .pic-newshome-best {
        width: 100%;
    }

    .bao-newshome {
        width: 100%;
        padding: 0;
    }

    .newshome-intro {
        display: block;
    }

    .title-mau1 img {
        display: none;
    }

    .news-slick .img {
        width: 100px;
    }

    .news-slick .info {
        width: calc(100% - 100px);
        padding-left: 10px;
        padding-right: 0px;
    }

    .news-slick {
        display: flex;
        align-items: center;
        padding: 10px;

    }

    .newshome-scroll {
        max-height: unset;
    }

    .footer-ul li {
        width: 100%;
    }

    .newshome-nb {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news-slick h3 a.name-newshome {
        margin-top: 0px;
    }

    .title-mau1 {
        margin-bottom: 15px;
    }

    .container-video-fanpage .noidung a {
        font-size: 20px;
    }

    .container-video-fanpage .noidung {
        padding: 5px 10px;
    }

    .fanpage-video-nb {
        background-size: cover;
        padding: 20px 0;
    }

    .library-nb2 {
        padding: 20px 0;
        background-size: cover;
    }

    .wrap-dichvunb {
        padding: 20px 0;
        background-size: cover;
    }

    .container-menu {
        background-size: cover;
        padding: 20px 0;
    }

    .price-old {
        padding-left: 0px;
    }

    .sanpham-nb {
        padding: 20px 0;
    }

    .wrap-partner {
        padding: 20px 0;
    }

    .wrap-sanpham-c1 {
        padding: 20px 0;
    }

    .criteria-nb2 {
        display: block;
        margin-top: 20px;
    }

    .fanpage-tintuc-nb {
        padding-top: 20px;
    }

    .container-fanpage a:nth-child(1) {
        padding: 12px 15px;
    }

    .container-newsnb {
        display: block;
        min-height: unset;
        padding: 10px;
    }

    .pic-newsnb {
        width: 100%;
    }

    .pic-newsnb img {
        width: 100%;
    }

    .info-newsnb {
        width: 100%;
        margin-top: 10px;
    }

    .list-library-nb .left {
        grid-gap: 10px;
    }

    .list-library-nb .bettwen {
        margin-bottom: 10px;
        grid-gap: 10px;
    }

    .item-video {
        height: auto;
    }

    .validation-newsletter {
        padding: 20px;
    }

    .title-dknt span {
        font-size: 30px;
    }

    .wrap-intro {
        background-size: cover;
        padding: 20px 0;
    }

    .slick-v-3 {
        height: unset;
        overflow: hidden;
    }

    .newshome-scroll {
        padding: 0px;
    }

    .footer-article {
        background-size: cover;
    }

    #fanpage-facebook iframe {
        width: 100%;
    }
}

@media (max-width: 375px) {



    .container-newsnb {
        padding: 0px;
    }

}